Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSideFactory Class / CreateComplexBorderSide Method / CreateComplexBorderSide(Color,Int32,DashStyle,Single[],Single[]) Method
Color of the side
Width of the side
DashStyle of the side
DashPattern of the side
CompoundArray of the side


In This Topic
    CreateComplexBorderSide(Color,Int32,DashStyle,Single[],Single[]) Method
    In This Topic
    Creates a complex border side with the specified color, width, dash style, dash pattern, and compound array.
    Syntax
    'Declaration
     
    
    Public Overloads Function CreateComplexBorderSide( _
       ByVal color As Color, _
       ByVal width As Integer, _
       ByVal dashStyle As DashStyle, _
       ByVal dashPattern() As Single, _
       ByVal compoundArray() As Single _
    ) As ComplexBorderSide
    'Usage
     
    
    Dim instance As ComplexBorderSideFactory
    Dim color As Color
    Dim width As Integer
    Dim dashStyle As DashStyle
    Dim dashPattern() As Single
    Dim compoundArray() As Single
    Dim value As ComplexBorderSide
     
    value = instance.CreateComplexBorderSide(color, width, dashStyle, dashPattern, compoundArray)

    Parameters

    color
    Color of the side
    width
    Width of the side
    dashStyle
    DashStyle of the side
    dashPattern
    DashPattern of the side
    compoundArray
    CompoundArray of the side

    Return Value

    Complex border side (ComplexBorderSide object) with the parameters specified
    See Also